home *** CD-ROM | disk | FTP | other *** search
/ cyber.net interactivo 1997 April / inter@ivo 1997-04.iso / cybint15 / bin / mparis.dxr / 00043.ls < prev    next >
Encoding:
Text File  |  1997-04-01  |  551 b   |  30 lines

  1. on exitFrame
  2.   global vcast, click, act
  3.   if act = 0 then
  4.     if click = 1 then
  5.       if rollOver(3) or rollOver(37) then
  6.         cursor([901, 902])
  7.       else
  8.         HotSpots(40, 43)
  9.         HotSpots(5, 16)
  10.       end if
  11.     end if
  12.     if click = 0 then
  13.       if rollOver(3) then
  14.         cursor([901, 902])
  15.       else
  16.         HotSpots(40, 43)
  17.         HotSpots(5, 16)
  18.       end if
  19.     end if
  20.   end if
  21.   if act = 1 then
  22.     if rollOver(45) or rollOver(46) then
  23.       cursor([901, 902])
  24.     else
  25.       cursor(-1)
  26.     end if
  27.     Loopframe()
  28.   end if
  29. end
  30.